index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
web
/
app
/
api
/
auth
/
[...nextauth]
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
fix: Fix error log in extension's SavePage component
MohamedBassem
1
-4
/
+2
2024-03-05
extension: Instead of manually creating api keys, let users exchange their us...
MohamedBassem
10
-138
/
+247
2024-03-05
extension: Show who the logged in user is in the extension options
MohamedBassem
5
-37
/
+76
2024-03-05
extension: Allow deleting and opening newly saved bookmarks
MohamedBassem
6
-71
/
+148
2024-03-05
extension: Use react-query and trpc in the extension
MohamedBassem
11
-53
/
+224
2024-03-05
refactor: Extract trpc logic into its package
MohamedBassem
37
-148
/
+405
2024-03-05
breaking: Using DATA_DIR env variable instead of DATABASE_URL
MohamedBassem
7
-10
/
+19
2024-03-05
readme: Add the link to the chrome extension in the readme
MohamedBassem
1
-1
/
+1
2024-03-05
fix: Drop old AI tag on link refresh
MohamedBassem
1
-40
/
+53
2024-03-05
feature: Preview page for the stored content of links
MohamedBassem
4
-7
/
+86
2024-03-05
feature: Store html content of links in the database
MohamedBassem
6
-0
/
+818
2024-03-05
fix: Use puppeteer adblocker to block cookies notices
MohamedBassem
3
-0
/
+120
2024-03-04
Fix: Correctly invalidate the bookmark cache when it's favourited
MohamedBassem
1
-7
/
+14
2024-03-04
deps: Remove unused deps from extension deps list
MohamedBassem
2
-50
/
+0
2024-03-04
lint: Add husky
MohamedBassem
3
-2
/
+15
2024-03-04
build: Fix formatting
MohamedBassem
2
-10
/
+9
2024-03-04
fix: Less aggressive invalidation when a bookmark is deleted
MohamedBassem
1
-1
/
+1
2024-03-04
fix: Fix Edit tags not populating tags when link is first added
MohamedBassem
3
-18
/
+20
2024-03-04
fix: Teach openai to ignore cookie consent popups
MohamedBassem
1
-3
/
+5
2024-03-04
feature: Initial attempt at making the app a PWA
MohamedBassem
9
-75
/
+2174
2024-03-03
deps: Upgrade some deps
MohamedBassem
2
-93
/
+122
2024-03-03
fix: Remove the activeTab permission from the browser extension
MohamedBassem
1
-1
/
+1
2024-03-02
fix: Fix hydration in list view caused by the spinner
MohamedBassem
4
-17
/
+46
2024-03-02
ui: Use a masonry library to maintain the order of the bookmark grid
MohamedBassem
3
-4
/
+34
2024-03-02
ui: Preload the sidebar lists to avoid the spinner
MohamedBassem
2
-7
/
+9
2024-03-02
readme: Add the ios shortcut link to the readme
MohamedBassem
1
-3
/
+3
2024-03-02
fix: Fix the double scrolling on mobile
MohamedBassem
1
-2
/
+2
2024-03-02
fix: Set mobile viewport to have maximum scale of 1
MohamedBassem
1
-0
/
+8
2024-03-02
feature: Add 'New List' button in the all lists page
MohamedBassem
2
-2
/
+13
2024-03-02
feature: Add an 'All Lists' page
MohamedBassem
7
-14
/
+101
2024-03-02
ui: Move favourites and archive to act as a predefined list
MohamedBassem
8
-47
/
+45
2024-03-02
feature: Show user list in admin page
MohamedBassem
5
-73
/
+228
2024-03-02
ui: Fix sidebar list spinner
MohamedBassem
2
-15
/
+18
2024-03-02
fix: Fix visible scrollbars even if content is not overflowing
MohamedBassem
2
-2
/
+2
2024-03-02
fix: Fix missing key property in bookmark grid
MohamedBassem
1
-1
/
+1
2024-03-02
feature: Show a loading indicator when tags are still being fetched
MohamedBassem
9
-13
/
+877
2024-03-02
fix: URL decode tag names to allow accessing tags with spaces in their name
MohamedBassem
1
-2
/
+3
2024-03-02
ui: Minor UI tweaks in admin page and sidebar
MohamedBassem
2
-32
/
+36
2024-03-02
feature: Update favicon
MohamedBassem
3
-2
/
+0
2024-03-02
feature: Make the first user an admin automatically
MohamedBassem
4
-11
/
+86
2024-03-02
dev: Disable db query logging given that it's very noisy
MohamedBassem
1
-12
/
+1
2024-03-02
fix: Remove unique index on API key name as it was forcing the name to be uni...
MohamedBassem
4
-1
/
+801
2024-03-02
feature: Store full link content and index them
MohamedBassem
9
-1
/
+878
2024-03-01
feature: Default server address for the bookmark and a spinner while its saving
MohamedBassem
3
-13
/
+52
2024-03-01
feature: Add an admin page showing server stats and actions
MohamedBassem
12
-7
/
+1048
2024-03-01
feature: Add full text search support
MohamedBassem
17
-12
/
+440
2024-03-01
feature: Add support for creating and updating lists
MohamedBassem
23
-5
/
+2030
2024-02-29
fix: Disable query logging in production
MohamedBassem
1
-4
/
+4
2024-02-29
fix: Fix browser bookmarking input schema
MohamedBassem
2
-11
/
+10
2024-02-29
fix: Fix API key authorization
MohamedBassem
1
-0
/
+10
[next]